github.com/go-pg/pg/v10.Tx.stmts (field)

5 uses

	github.com/go-pg/pg/v10 (current package)
		tx.go#L34: 	stmts   []*Stmt
		tx.go#L137: 	tx.stmts = append(tx.stmts, stmt)
		tx.go#L378: 	for _, stmt := range tx.stmts {
		tx.go#L381: 	tx.stmts = nil